home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / linux / redhat / misc / boot / autoboot.img / etc / lilo.conf
Text File  |  1997-04-22  |  253b  |  18 lines

  1. boot=/dev/fd0
  2. map=/boot/map
  3. install=/boot/boot.b
  4. message=/boot.msg
  5. prompt
  6. timeout=600
  7. image=/vmlinuz
  8.     label=linux
  9.     root=/dev/fd0
  10.     initrd=/initrd.img
  11.     read-only
  12. image=/vmlinuz
  13.     label=rescue
  14.     root=/dev/fd0
  15.     initrd=/initrd.img
  16.     read-only
  17.     append="rescure"
  18.